MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / Contains Method / Contains(T) Method
A page to be found in the collection.

In This Topic
Contains(T) Method
In This Topic
Determines whether a page element is in the PagesCollection.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal value As T _
) As Boolean
 

Parameters

value
A page to be found in the collection.

Return Value

The value is true if the item parameter is found in the collection; otherwise, the value is false.
See Also